<HTML>
<HEAD>
<TITLE>Titanium Interactor GUI Skin</Title>

<!-- Global flags -->
<GUI:Globals Type="text/css" Src="gui.css">

<GUI:Globals Type="Messages" Language="en-gb"   Src="Messages/en-gb">
<GUI:Globals Type="Messages" Language="th"      Src="Messages/th">
<GUI:Globals Type="Messages" Language="ja"      Src="Messages/ja">
<GUI:Globals Type="Messages" Language="zh-simp" Src="Messages/zh-simp">
<GUI:Globals Type="Messages" Language="zh-trad" Src="Messages/zh-trad">
<GUI:Globals Type="Messages" Language="ko"      Src="Messages/ko">


<GUI:FOCUS  BorderColour="#00FF00" ClickColour="#ff9900">  


<!-- Define the bitmap graphics to use - the 'Fixed Pictures' -->

<GUI:FIXPIC  Name="CheckBoxOn"  Src="./images/CheckBoxOn.gif"  Width=28 Height=28>
<GUI:FIXPIC  Name="CheckBoxOff" Src="./images/CheckBoxOff.gif" Width=28 Height=28>
<GUI:FIXPIC  Name="RadioOn"     Src="./images/RadioOn.png"     Width=27 Height=27>
<GUI:FIXPIC  Name="RadioOff"    Src="./images/RadioOff.png"    Width=27 Height=27>
<GUI:FIXPIC  Name="Menu"        Src="./images/Menu.gif"        Width=26 Height=24>
<GUI:FIXPIC  Name="Bullet0"     Src="./images/Bullet0.gif"     Width=10 Height=10>
<GUI:FIXPIC  Name="Bullet1"     Src="./images/Bullet1.gif"     Width=10 Height=10>
<GUI:FIXPIC  Name="Bullet2"     Src="./images/Bullet2.gif"     Width=10 Height=10>
<GUI:FIXPIC  Name="Bullet3"     Src="./images/Bullet3.gif"     Width=10 Height=10>
<GUI:FIXPIC  Name="Downloading" Src="./images/Downloading.gif" Width=12 Height=14>
<GUI:FIXPIC  Name="Broken"      Src="./images/Broken.gif"      Width=14 Height=14>

<!-- Fixed pictures for scrollbar -->
<GUI:FIXPIC Name="UpArrow"         Src="./images/UpArrow.gif"         Width=26 Height=26>
<GUI:FIXPIC Name="DownArrow"       Src="./images/DownArrow.gif"       Width=26 Height=26>
<GUI:FIXPIC Name="VertThumb"       Src="./images/VertThumb.gif"       Width=26 Height=32>
<GUI:FIXPIC Name="VertThumbTop"    Src="./images/VertThumbTop.gif"    Width=26 Height=2>
<GUI:FIXPIC Name="VertThumbBottom" Src="./images/VertThumbBottom.gif" Width=26 Height=4>
<GUI:FIXPIC Name="VertScrollbar"   Src="./images/VertScrollbar.gif"   Width=26 Height=32>


<!-- The various Panes and Popups. They are organised so the
     first entry in the manifest appears at the bottom of the window
     stack, and the last entry in the manifest appears on top of all other
     GUI Panes and Popups.

     The rule is that any active window that requires immediate 
     attention from the user should appear ontop of other windows.
-->

<GUI:Popup Name="FloatingThrobber" Src="bar_fetch_status.html"
	   VAlign="Bottom" ALIGN="Center" Width=100% Height=50
           Type="Dynamic Duration=100">



<GUI:Popup Name="Toolbar" SRC="toolbar.html" Align="Right" VAlign="0"
           Width="170" Height="100%" Type="Dynamic Duration=100">
<GUI:Popup Name="Services" SRC="services.html" Align="Left" VAlign="0"
           Width="171" Height="100%" Type="Dynamic Duration=100">


<!-- Favourites window -->
<GUI:Popup Name="Favourites" Src="favourites.html" VAlign="Middle"
	   ALIGN="Center" Width=516 Height=400
	   OnOpen="RefreshFavourites(Favourites)">

<!-- Options window. Either width or height will need to be made constant -->
<GUI:Popup Name="Options" Src="opt-frames.html" VAlign="Middle" 
           ALIGN="Center" Width=516 Height=394>
<GUI:Popup Name="AdvOptions" Src="AdvancedOptions-Frameset.html" 
           VAlign="Middle" ALIGN="Center" Width="100%" Height="100%">


<GUI:Popup Name="Urlbar" SRC="bar_url.html" VAlign="Bottom" ALIGN="Center"
           Width=100% Height=145 Type="Dynamic Duration=100">


<GUI:Popup Name="DialStatus" Src="bar_dial_connect.html" VAlign="Bottom"
	   ALIGN="Center" Width=100% Height=50 Type="Dynamic Duration=100">
<GUI:Popup Name="DialDetails" Src="bar_dial_status.html" VAlign="Bottom"
	   ALIGN="Center" Width=100% Height=80 Type="Dynamic Duration=100">


<!-- The various 'active' windows -->
<GUI:Popup Name="Media" Src="bar_media.html" VAlign="Bottom" ALIGN="Center"
	   Width=100% Height=50 PreLoad="No">

<GUI:Popup Name="FetchError" Src="bar_fetch_error.html" VAlign="Bottom"
	   ALIGN="Center" Width=100% Height=90 Type="Dynamic Duration=100">

<GUI:Popup Name="JSAlert" Src="bar_js_alert.html" VAlign="Bottom"
	   ALIGN="Center" Width=100% Height=90 Type="Dynamic Duration=100">

<GUI:Popup Name="JSConfirm" Src="bar_js_confirm.html" VAlign="Bottom"
	   ALIGN="Center" Width=100% Height=90 Type="Dynamic Duration=100">

<GUI:Popup Name="JSPrompt" Src="bar_js_prompt.html" VAlign="Bottom"
           ALIGN="Center" Width=100% Height=145 Type="Dynamic Duration=100">

<GUI:Popup Name="httpauth" Src="bar_password.html" VAlign="Bottom"
           ALIGN="Center" Width=100% Height=145 Type="Dynamic Duration=100">

<!-- Pick the IME mode icon appropriate for the current language (defaults to using the Japanese-style icons) -->
<GUI:Popup Name="IMEMode" Language="en-gb" Src="IME_Mode_English.html" Valign="20%" ALIGN="80%">
<GUI:Popup Name="IMEMode"                  Src="IME_Mode.html" Valign="20%" ALIGN="80%">

 
<!-- On-screen Keyboard. Last so it can always be seen and used -->
<GUI:Popup Name="OnScreenKeyboard" Src="keyboard.html" VAlign="20"
           ALIGN="20" Width=510 Height=220>

<!-- Hot Keys -->
<GUI:Hotkey Key="Back"        Action="GoBack()">
<GUI:Hotkey Key="Reload"      Action="Refresh()" >
<GUI:Hotkey Key="Forward"     Action="GoForward()">
<GUI:HotKey Key="Stop"        Action="Stop()">
<GUI:Hotkey Key="Mail"        Action="Goto('http://support.oregan.net/TVT/redirects/email/')">
<GUI:Hotkey Key="Setup"       Action="OpenOptions(Options);FocusWindow(Options)">
<GUI:HotKey Key="WebHome"     Action="Goto(Home())">
<GUI:HotKey Key="Print"       Action="OpenWindow(Print);FocusWindow(Print)">
<GUI:HotKey Key="Search"      Action="Goto('http://www.ask.com')">
<GUI:HotKey Key="Online"      Action="ToggleWindow(DialDetails)">
<GUI:HotKey Key="Favourites"  Action="ToggleWindow(Favourites); FocusWindow(Favourites)">
<GUI:HotKey Key="Messenger"   Action="Goto('http://support.oregan.net/TVT/redirects/messenger/')">
<GUI:HotKey Key="SMS"         Action="Goto('http://support.oregan.net/TVT/redirects/SMS/')">
<GUI:HotKey Key="Phone"       Action="Goto('http://support.oregan.net/TVT/redirects/phone/')">
<GUI:HotKey Key="Organiser"   Action="Goto('http://support.oregan.net/TVT/redirects/organiser/')">
<GUI:HotKey Key="TVGuide"     Action="Goto('http://support.oregan.net/TVT/redirects/tvguide/')">
<GUI:HotKey Key="Filer"       Action="Goto('http://support.oregan.net/TVT/redirects/filer/')">
<GUI:HotKey Key="Photos"      Action="Goto('http://support.oregan.net/TVT/redirects/photos/')">
<GUI:HotKey Key="Games"       Action="Goto('http://support.oregan.net/TVT/redirects/games/')">
<GUI:HotKey Key="News"        Action="Goto('http://support.oregan.net/TVT/redirects/news/')">
<GUI:HotKey Key="Shopping"    Action="Goto('http://support.oregan.net/TVT/redirects/shopping/')">
<GUI:HotKey Key="Leisure"     Action="Goto('http://support.oregan.net/TVT/redirects/leisure/')">


<GUI:HotKey Key="ToggleKeyboardIMEMode"       Action="ToggleIMEMode(Keyboard)">
<GUI:HotKey Key="ToggleKeypadIMEMode"	        Action="ToggleIMEMode(Keypad)">

<!-- Hotkeys for controlling the onscreen keyboard -->
<GUI:HotKey Key="ToggleOnScreenKeyboard"      Action="ToggleWindow(OnScreenKeyboard)">
<GUI:HotKey Key="OnScreenKeyboardToggleShift" Action="OnscreenKeyboardSwitchShift()">

<!-- TV/Video-display related hotkeys -->
<!-- <GUI:HotKey Key="ToggleDisplay"       Action="TVToggleMode()"> -->
<GUI:HotKey Key="ToggleVideoSource"   Action="TVToggleSource()">
<GUI:HotKey Key="F6"                  Action="TVToggleMode()">
<GUI:HotKey Key="F7"                  Action="TVToggleSource()">  <!-- IMPROVE: Should use keymapping file to map F7 to ToggleVideoSource if you want F7 to do that? -->

<GUI:Hotkey Key="F14" Action="Goto('http://210.82.241.129/web')">
<GUI:HotKey Key="F17" Action="Goto('http://210.82.241.129/web')">
<GUI:HotKey Key="F18" Action="Goto('http://210.82.241.129/web')">
<GUI:Hotkey Key="F19" Action="Goto('http://210.82.241.129/chat')">
<GUI:HotKey Key="F20" Action="Goto('http://210.82.241.131')">

<!-- The toolbar controls. These maintain a mutual exclusivity by closing their' siblings on opening -->
<GUI:Hotkey Key="Goto"			      Action="CloseWindow(Toolbar); CloseWindow(Services); ToggleWindow(UrlBar);    Focus(Url); Select(Url)">
<GUI:HotKey Key="SummonMenuRight"	Action="CloseWindow(Urlbar);  CloseWindow(Services); CloseWindow(Media); ToggleWindow(Toolbar);  Focus(Toolbar_Media)">
<GUI:HotKey Key="SummonMenuLeft"	Action="CloseWindow(Toolbar); CloseWindow(Urlbar); CloseWindow(Media);   ToggleWindow(Services); Focus(Services_Home)">
<GUI:HotKey Key="Menu"            Action="CycleWindows('Services:Services_Home,UrlBar:Url,Toolbar:Toolbar_Media')">

<!-- Media Player hot keys -->
<GUI:Hotkey Key="MediaSelect"    Action="CloseWindow(Toolbar); CloseWindow(Services); CloseWindow(UrlBar); ToggleWindow(Media); Focus(Media_Dismiss)">
<GUI:Hotkey Key="MediaPlay"      Action="MediaPlay()">
<GUI:Hotkey Key="MediaStop"      Action="MediaStop()">
<GUI:Hotkey Key="MediaPause"     Action="MediaPause()">
<GUI:Hotkey Key="MediaPlayPause" Action="MediaPlayPause()">
<GUI:Hotkey Key="MediaPrevious"  Action="MediaPrevious()">
<GUI:Hotkey Key="MediaNext"      Action="MediaNext()">

<!-- Keymap changing -->
<GUI:Hotkey Key="SelectNextKeyMap"     Action="SelectNextKeyMap()">
<GUI:Hotkey Key="SelectPreviousKeyMap" Action="SelectPreviousKeyMap()">
<GUI:Hotkey Key="SelectDefaultKeyMap"  Action="SelectDefaultKeyMap()">



</HEAD>
<BODY>
  This is the manifest file for an Interactor HTML GUI.
</BODY>
</HTML>

